ServerData

The data source server object and its settings.

API Section: Objects

Type: Object

Properties

Name

Description

Required

Type

Format

id

The data source's system ID

-

string

serverName

The data source server's caption or name

Y

string

serverType

The data source server type enumeration.

Y

ConnectionStringType

serverIp

The data source server's IP address or FQDN

Y

string

instanceName

The instance name of the data source (if relevant)

-

string

port

The data source server's port number

-

integer

int32

writeCapable

Read=0, Write=1, Default:Read

-

integer

int32

optionalParameters

Optional parameters for data source connection

-

string

securedByUser

Boolean flag if the data source will be secured by each end-user

-

boolean

serverAuthenticationMethod

The data source security type enumeration.

-

ServerAuthenticationMethod

userName

User Id needed for connection

-

string

password

User password need for connection

-

string

tenantId

The tenant ID that the data source will be attached to

-

string

additionalServerProperties

Additional data source connection properties and settings used OPTIONALLY for different server types.

-

AdditionalServerProperties

useGlobalAccount

Boolean to flag if the global account should be sued for connecting. Default:false

-

boolean

pulseClient

The Pulse client ID if used with the data source

-

string

defaultDatabaseName

The default database to be used with the data source

-

string

overlayPyramidSecurity

Boolean flag if the data source will use Pyramid's security and metadta overlays

-

boolean

serverIpAndInstanceName

-

string

*Required elements are only used for API parameters

Usages
  • /API/admin/getDataSourceForUser
  • /API/operations/createDataSource
  • /API/operations/createDataSources
  • /API/operations/deleteDataSource
  • /API2/dataSources/createDataServer
  • /API2/dataSources/createDataServers
  • /API2/dataSources/getServerDataById